bindings: Add gtk_binding_entry_add_signal_variant()
authorBenjamin Otte <otte@redhat.com>
Tue, 31 Jul 2018 19:32:34 +0000 (21:32 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Mar 2020 02:36:03 +0000 (22:36 -0400)
commit1cab5e03ca1dd758f55c6cadfd906c50c6231e70
tree47118bcac5dbbe0c46ac81e42c8959e8060a732a
parentf8c523fa722965cc4934afd66e8dfc7e2f3bbe70
bindings: Add gtk_binding_entry_add_signal_variant()

This function is the replacement for
gtk_binding_entry_add_signall().

The GVariant will be demarshalled and passed to the action signal upon
binding activation. The same rules apply as used to apply for
GtkBindingArg, in that long, double and string args are now replaced by
"x", "d" and "s" variant types.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkbindings.c
gtk/gtkbindings.h